C1.Web.Mvc Namespace / TreeMap<T> Class / Palette Property

In This Topic
Palette Property (TreeMap<T>)
In This Topic
Gets or sets an array of default colors to be used in a tree map.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Palette As List(Of Object)
 
Remarks
The array contains strings that represent CSS colors. The array item type could be System.Drawing.Color or TreeMapItemStyle.
See Also